struct _PO_IRP_QUEUE// Size=0x8
{
    struct _IRP * CurrentIrp;// Offset=0x0 Size=0x4
    struct _IRP * PendingIrpList;// Offset=0x4 Size=0x4
};